home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / adl110.zip / MP219.BAT < prev   
DOS Batch File  |  1992-06-04  |  425b  |  18 lines

  1. @echo off
  2. echo ■ Please wait ... Working ■
  3. if not exist modplay.cfg goto nocfg
  4. if not exist mp219.add goto noadd
  5. copy modplay.cfg + mp219.add modplay.adl > nul
  6. del modplay.cfg > nul
  7. ren modplay.adl modplay.cfg
  8. goto end
  9. :nocfg
  10. echo ERROR: File MODPLAY.CFG not found.
  11. echo Check drive and directory.
  12. goto end
  13. :noadd
  14. echo ERROR: File MP219.ADD not found.
  15. echo Check drive and directory.
  16. :end
  17. echo ■ Thank you ■
  18.